Copy Page URL
Copy Page URL from context menu or toolbar
Vad är Copy Page URL?
Copy Page URL är en Chrome-tillägg utvecklad av alex7kom, och dess huvudfunktion är "Copy Page URL from context menu or toolbar".
Tilläggsskärmbilder
Ladda ner Copy Page URL-förlängningens CRX-fil
Ladda ner Copy Page URL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Copy Page URL from the context menu or by clicking on the toolbar icon.
Grundläggande Information om Tillägg
Namn | |
ID | dobnehimlklapeengfdlhdkpijhjdkag |
Officiell webbadress | https://chrome.google.com/webstore/detail/copy-page-url/dobnehimlklapeengfdlhdkpijhjdkag |
Beskrivning | Copy Page URL from context menu or toolbar |
Filstorlek | 23.37 KB |
Antal Installationer | 1,105 |
Aktuell Version | 0.7 |
Senast Uppdaterad | 2020-11-20 |
Publiceringsdatum | 2020-01-19 |
Betyg | 4.67/5 Totalt 12 Betyg |
Utvecklare | alex7kom |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/alex7kom/Copy-Page-URL |
URL till Sekretesspolicy Sidan | https://github.com/alex7kom/Copy-Page-URL/blob/master/PRIVACY_POLICY.md |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Page URL", "description": "Copy Page URL from context menu or toolbar", "version": "0.7", "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "storage" ], "icons": { "16": "copy_black_16.png", "128": "copy_black_128.png" }, "browser_action": [], "background": { "scripts": [ "defaults.js", "bg.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2 } |