CleanerReads - A Goodreads Theme
Nothing removed, just muted or moved out of the way.
CleanerReads - A Goodreads Theme क्या है?
CleanerReads - A Goodreads Theme daniel.vanzin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nothing removed, just muted or moved out of the way."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CleanerReads - A Goodreads Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
• SIDEBAR to the right, don't know if it helps much • TOPBAR to the sidebar, that orange/purple strip on the top • NAVBAR nearly invisible and hidden on scroll • DUPLICATED ELEMENTS removed, like user stars, author info • BOOK DESCRIPTION always expanded • SOCIAL INFO and buttons with less emphasis on • REVIEWS centralized on page, user info moved to the left • REVIEWS with less characters per row • OPTIONS • show cover on the left • make text wider • hide elements from front page • move About Author and Readers Also Enjoyed to the sidebar
एक्सटेंशन की मूल जानकारी
नाम | CleanerReads - A Goodreads Theme |
ID | pfckicghmjgghmoeolegcbccjekhejji |
आधिकारिक URL | https://chromewebstore.google.com/detail/cleanerreads-a-goodreads/pfckicghmjgghmoeolegcbccjekhejji |
विवरण | Nothing removed, just muted or moved out of the way. |
फ़ाइल का आकार | 40.34 KB |
स्थापना संख्या | 81 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2023-04-20 |
प्रकाशन तिथि | 2023-01-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | daniel.vanzin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CleanerReads - A Goodreads Theme", "version": "1.3.0", "description": "Nothing removed, just muted or moved out of the way.", "homepage_url": "https:\/\/github.com\/icetbr\/webext-cleanerreads", "author": "icetbr", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.goodreads.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html" }, "action": { "default_popup": "options.html", "browser_style": true }, "permissions": [ "storage", "activeTab" ] } |