fragment
A tool for getting URLs of page fragments
Qu'est-ce que fragment ?
fragment est une extension Chrome développée par jmajnert, et sa fonction principale est "A tool for getting URLs of page fragments".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension fragment
Téléchargez les fichiers d'extension fragment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | fragment |
ID | onabdcmognnippccjhcomlaniijgmkie |
URL Officiel | https://chromewebstore.google.com/detail/fragment/onabdcmognnippccjhcomlaniijgmkie |
Description | A tool for getting URLs of page fragments |
Taille du Fichier | 7.11 KB |
Nombre d'Installations | 86 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2015-07-17 |
Date de Publication | 2015-07-17 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | jmajnert |
Type de Paiement | free |
Langues Prises en Charge | 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 } |