Decreased Productivity
Discreetly surf the web! Control exactly how you want web pages to look like.
Decreased Productivityคืออะไร?
Decreased Productivity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://andryou.com และคุณลักษณะหลักของมันคือ "Discreetly surf the web! Control exactly how you want web pages to look like."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Decreased Productivity
ดาวน์โหลดไฟล์ส่วนขยาย Decreased Productivity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Decreased Productivity (DP) creates a more "consistent" browsing experience (for you and others around you) by letting you control what you want to see ("stealth browsing" => text/page background colours, the cloaking of images, hiding page favicons, changing fonts, etc.). You can choose what style you want (e.g. green text on a black background) by going to the Options page (right-click on icon in address bar and click on "Options"). DP has tab-specific support and domain whitelisting/blacklisting! Supports Arabic, German, English (US and British), Spanish, Tagalog, French, Italian, Japanese, Korean, Portuguese (Brazilian and Portugal), Russian, Turkish, Vietnamese, Chinese (Simplified and Traditional)! Please note that I am not responsible for what you do with this extension and any subsequent consequences; please browse responsibly. Featured on Lifehacker: http://lifehacker.com/5666312/decreased-productivity-for-chrome-camouflages-your-non+work-browsing Feature List: -change the default font and font size for cloaked pages (Calibri, Helvetica, Arial, or leave page fonts unchanged) -set page background, text, link, and table border colours -hide page icons (aka favicons) -replace page titles -keyboard toggle (CTRL + 12) -choose between tab-specific cloaking or global cloaking -choose whether new tabs are cloaked or uncloaked by default -control image opacity -whitelist/blacklist domains (whitelisted domains will never be cloaked while blacklisted domains will always be cloaked (even if "Enable" is unticked)) -add right-click option to open links/images safely (can be removed in Options) -choose between four modes: Paranoid (remove images and multimedia), SFW0 (cloak images and multimedia), SFW1 (cloak images and remove multimedia), SFW2 (cloak images only), and NSFW (show all) -add toggle icon in address bar (can be removed in Options) -choose from 98 different icons for added discreetness -set a custom title for the address bar icon -choose to always show images that are within a specified dimension -quickly whitelist/blacklist the current tab's domain by right-clicking on the toolbar icon -import/export settings -add custom css code
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Decreased Productivity |
ID | nlbpiflhmdcklcbihngeffpmoklbiooj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/decreased-productivity/nlbpiflhmdcklcbihngeffpmoklbiooj |
คำอธิบาย | Discreetly surf the web! Control exactly how you want web pages to look like. |
ขนาดไฟล์ | 922 KB |
จำนวนการติดตั้ง | 41,185 |
เวอร์ชันปัจจุบัน | 0.46.56.11 |
อัปเดตครั้งล่าสุด | 2021-05-18 |
วันที่เผยแพร่ | 2018-10-12 |
คะแนน | 4.59/5 รวมทั้งหมด 257 คะแนน |
ผู้พัฒนา | https://andryou.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://andryou.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.andryou.com/privacy-policy |
ภาษาที่รองรับ | de,en,en-GB,en-US,fil,fr,vi,tr,es,it,pt-BR,pt-PT,ru,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery.js", "js\/keypress-2.1.4.min.js", "js\/dp.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "Discreetly surf the web! Control exactly how you want web pages to look like.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "6", "name": "Decreased Productivity", "options_page": "options.html", "page_action": { "default_icon": "img\/addressicon\/coffee.png", "default_title": "Decreased Productivity" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "tabs" ], "version": "0.46.56.11" } |