Sheen
Apply visual filters to webpages you view!
Sheenคืออะไร?
Sheen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hashbrown และคุณลักษณะหลักของมันคือ "Apply visual filters to webpages you view!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sheen
ดาวน์โหลดไฟล์ส่วนขยาย Sheen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sheen will give you control over how you see your favourite web pages. No-matter who you are, you are likely to find this useful or fun; - Greyscale you're a web developer needing to judge true contrast - Contrast you have a vision impairment and you need those pesky font colours to pop - Colour modification you're colour blind and the designer of your favourite site has chosen the one colour you cant distinguish! Make all blues purple, all reds green. - Colour saturation you can't see the difference between two shades in a poorly made map - Sepia you're favourite networking site wont allow you to customise the colour theme, this will do it! - Blur you're an employee wanting to instantly obscure whatever it is you're not meant to be looking at with the click of a mouse - Brightness you're up too late and the page is blinding you This extension modifies how a page's colours are displayed to you by applying visual filters to the entire page. It's like applying photo filters to all web pages! New to version 2: - create any number of profiles - have these profiles automatically apply to web pages or whole sites - edit these profiles and have the changes automatically spread to the pages you've already set to use it - previously required no permissions! But now needs them to be able to watch tab URLs :(
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sheen |
ID | mopkplcglehjfbedbngcglkmajhflnjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sheen/mopkplcglehjfbedbngcglkmajhflnjk |
คำอธิบาย | Apply visual filters to webpages you view! |
ขนาดไฟล์ | 190 KB |
จำนวนการติดตั้ง | 1,093 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2016-11-27 |
วันที่เผยแพร่ | 2016-11-26 |
คะแนน | 4.89/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Hashbrown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sheen", "description": "Apply visual filters to webpages you view!", "version": "2.0.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "minimum_chrome_version": "26.0.0.0", "permissions": [ "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js", "utility.js" ], "persistent": false }, "browser_action": { "default_title": "Apply visual filter!", "default_icon": { "19": "icon-19.png", "38": "icon-38.png" }, "default_popup": "options.html" } } |