ReadabilityCopy
使用Readability复制网页内容
Wat is ReadabilityCopy?
ReadabilityCopy is een Chrome-extensie ontwikkeld door xiangzi fang, en de belangrijkste functie is "使用Readability复制网页内容".
Extensie Screenshots
Download het CRX-bestand van de extensie ReadabilityCopy
Download ReadabilityCopy-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
使用Readability一键复制网页内容,自动附带上原地址和标题,方便转帖到其他论坛等网站 Basisinformatie over de Extensie
| Naam | |
| ID | kloffboieoflphfanokeeaffhmoladln |
| Officiële URL | https://chromewebstore.google.com/detail/readabilitycopy/kloffboieoflphfanokeeaffhmoladln |
| Beschrijving | 使用Readability复制网页内容 |
| Bestandsgrootte | 25.25 KB |
| Aantal Installaties | 912 |
| Huidige Versie | 0.5 |
| Laatst Bijgewerkt | 2019-06-09 |
| Publicatiedatum | 2019-06-08 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | xiangzi fang |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ReadabilityCopy",
"description": "\u4f7f\u7528Readability\u590d\u5236\u7f51\u9875\u5185\u5bb9",
"version": "0.5",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "copyIcon.png",
"48": "copyIcon.png",
"128": "copyIcon.png"
},
"permissions": [
"contextMenus",
"activeTab"
]
} | |