Disguise and simplify
Simplify the looks of a website for easy reading and copying.
什麼是Disguise and simplify?
Disguise and simplify是由Odel開發的Chrome擴展程式,該擴展的主要功能是“Simplify the looks of a website for easy reading and copying.”。
擴展截圖
下載Disguise and simplify擴展crx文件
下載Disguise and simplify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Disguise the appearance of a website, whether for easy reading, copying or privacy purposes. This extension will do: 1. Change the background color of the page to black. 2. Change the texts color to white and the links to green. 3. Make the page editable. 4. Change the window title. 5. It should also change the Favicon. 1.4 update: - Fixed Favicon not working on some sites. 1.5 update: - Removed unnecessary permission. TODO (if more people use this extension): - Allow the users to change the colors via settings. - Allow the users to change whatever window title they want. - Allow the users to change whatever Favicon they want.
擴展基本資訊
名稱 | Disguise and simplify |
ID | lnmojiemkoenibcigngekpbfafbgnkgj |
官方網址 | https://chromewebstore.google.com/detail/disguise-and-simplify/lnmojiemkoenibcigngekpbfafbgnkgj |
簡介 | Simplify the looks of a website for easy reading and copying. |
檔案大小 | 11.87 KB |
安裝次數 | 22 |
目前版本 | 1.5 |
更新時間 | 2017-01-06 |
上架時間 | 2017-01-06 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Odel |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "simplehan.js" ] }, "browser_action": { "default_icon": "icons\/delgreg19.png", "default_popup": "popup.html", "default_title": "Simplify" }, "description": "Simplify the looks of a website for easy reading and copying.", "icons": { "48": "icons\/delgreg48.png" }, "manifest_version": 2, "name": "Disguise and simplify", "permissions": [ "activeTab" ], "version": "1.5", "web_accessible_resources": [ "icons\/favicon.png" ] } |