fragment
A tool for getting URLs of page fragments
fragment क्या है?
fragment jmajnert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for getting URLs of page fragments"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में fragment एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to quickly copy a fragment URL to a piece of a web page, for example a section in an article in wikipedia. To use it, turn it on, hover over the desired section (it should be highlighted in red) and click. The appropriate fragment URL is copied into the system's clipboard. Code available here: https://github.com/jmajnert/fragment
एक्सटेंशन की मूल जानकारी
नाम | fragment |
ID | onabdcmognnippccjhcomlaniijgmkie |
आधिकारिक URL | https://chromewebstore.google.com/detail/fragment/onabdcmognnippccjhcomlaniijgmkie |
विवरण | A tool for getting URLs of page fragments |
फ़ाइल का आकार | 7.11 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2015-07-17 |
प्रकाशन तिथि | 2015-07-17 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | jmajnert |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "fragment", "description": "A tool for getting URLs of page fragments", "version": "0.5", "author": "Janusz Majnert", "permissions": [ "activeTab", "clipboardWrite" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Get fragment URL", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "manifest_version": 2 } |