True Copy
Removes user-defined functions hung on the copy function on some unreasonable sites.
Wat is True Copy?
True Copy is een Chrome-extensie ontwikkeld door https://arsen.pw, en de belangrijkste functie is "Removes user-defined functions hung on the copy function on some unreasonable sites.".
Download het CRX-bestand van de extensie True Copy
Download True Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Существуют сайты, при копировании текста с которых вместо желаемого вы получаете текст без разметки, так еще и дополнительные копирайты авторов сайта. Для того, чтобы можно было скопировать так, как это выглядит на странице, то достаточно просто поставить это расширение и на всегда забыть про странные сайты.
Basisinformatie over de Extensie
Naam | True Copy |
ID | pdpononbllfljghebopgbojncpcfgmlc |
Officiële URL | https://chromewebstore.google.com/detail/true-copy/pdpononbllfljghebopgbojncpcfgmlc |
Beschrijving | Removes user-defined functions hung on the copy function on some unreasonable sites. |
Bestandsgrootte | 11.67 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-02-07 |
Publicatiedatum | 2017-02-06 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://arsen.pw |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ArsenBespalov/TrueCopy |
Help Pagina-URL | https://github.com/ArsenBespalov/TrueCopy/issues |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "ru", "name": "__MSG_APP_NAME__", "short_name": "truecopy", "version": "1.0.1", "description": "__MSG_APP_DESCRIPTION__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Arsen Bespalov", "homepage_url": "https:\/\/github.com\/ArsenBespalov\/TrueCopy", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_end", "all_frames": true } ], "minimum_chrome_version": "56", "permissions": [ "tabs" ] } |