FavIdenticon for Google Docs

Gives Docs, Sheets, and Slides unique favicons per document.

ما هو FavIdenticon for Google Docs؟

FavIdenticon for Google Docs هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Gives Docs, Sheets, and Slides unique favicons per document.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FavIdenticon for Google Docs

قم بتنزيل ملفات الامتداد FavIdenticon for Google Docs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
            ]
        }
    ]
}