FavIdenticon for Google Docs
Gives Docs, Sheets, and Slides unique favicons per document.
FavIdenticon for Google Docs क्या है?
FavIdenticon for Google Docs Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives Docs, Sheets, and Slides unique favicons per document."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FavIdenticon for Google Docs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you have a bunch of Docs, Sheets, and Slides open in your tabs, the tabs can get so small that you can no longer see the document titles; just generic Docs, Sheets, and Slides icons. This extension gives each Docs, Sheets, and Slides document a unique favicon to make them visually distinguishable in a long row of small tabs. Over time you'll learn the icons for your favorite docs.
एक्सटेंशन की मूल जानकारी
नाम | FavIdenticon for Google Docs |
ID | alkonpgilhahbbhihdjnamkmckfajmjo |
आधिकारिक URL | https://chromewebstore.google.com/detail/favidenticon-for-google-d/alkonpgilhahbbhihdjnamkmckfajmjo |
विवरण | Gives Docs, Sheets, and Slides unique favicons per document. |
फ़ाइल का आकार | 252 KB |
स्थापना संख्या | 2,086 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2018-10-01 |
प्रकाशन तिथि | 2018-10-01 |
रेटिंग | 4.36/5 कुल 11 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FavIdenticon for Google Docs", "version": "1.0.2", "author": "@isaach", "description": "Gives Docs, Sheets, and Slides unique favicons per document.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "lib\/sha1.js", "lib\/pnglib.js", "lib\/identicon.js", "index.js" ] } ] } |