Disguise and simplify
Simplify the looks of a website for easy reading and copying.
Disguise and simplifyคืออะไร?
Disguise and simplify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Odel และคุณลักษณะหลักของมันคือ "Simplify the looks of a website for easy reading and copying."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disguise and simplify
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |