FakeTag

This extension adds bookmark-tagging functionality to your browser.

FakeTag क्या है?

FakeTag https://genggoen.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds bookmark-tagging functionality to your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FakeTag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Here's how it works. For example, if you use this extension to bookmark "example.com" (URL) and attach "X" and "Y" tags to it, two bookmarks pointing to "example.com" are created in "X" and "Y" folders. And these duplicate bookmarks stored in different folders are displayed as one "composite bookmark" with two tags (thus called "fake" tags).

This approach (using folders as tags) has the following advantages (among others):

- You don't need to create tags from scratch after installing this extension.
- Your tags are synced by your browser.
- You don't lose your tags after uninstalling this extension.

For more information, see "FakeTag User Guide" (click "Website" on the right side of this page).                    

एक्सटेंशन की मूल जानकारी

नाम FakeTag FakeTag
ID ldiciehcpokgkkgjfggeeljealplbkoo
आधिकारिक URL https://chromewebstore.google.com/detail/faketag/ldiciehcpokgkkgjfggeeljealplbkoo
विवरण This extension adds bookmark-tagging functionality to your browser.
फ़ाइल का आकार 155 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2022-06-06
प्रकाशन तिथि 2019-07-27
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर https://genggoen.blogspot.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://genggoen.blogspot.com/2019/06/faketag-userguide-toc.html
गोपनीयता नीति पृष्ठ URL https://genggoen.blogspot.com/2019/07/privacy-policy.html
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Metadata_name__",
    "short_name": "__MSG_Metadata_shortName__",
    "version": "1.1.1",
    "description": "__MSG_Metadata_description__",
    "default_locale": "en",
    "permissions": [
        "bookmarks",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "\/icons\/logo16.png",
        "48": "\/icons\/logo48.png",
        "128": "\/icons\/logo128.png"
    },
    "background": {
        "service_worker": "event-page\/main.js",
        "type": "module"
    },
    "action": {
        "default_popup": "\/ui\/PageEditor\/PageEditor.html",
        "default_icon": {
            "16": "\/icons\/logo16.png",
            "24": "\/icons\/logo24.png",
            "32": "\/icons\/logo32.png"
        }
    },
    "omnibox": {
        "keyword": "#"
    },
    "commands": {
        "openTagBrowser": {
            "description": "__MSG_HotkeyHandler_openTagBrowser__"
        }
    },
    "options_page": "\/ui\/OptionsPage\/OptionsPage.html"
}