FakeTag

This extension adds bookmark-tagging functionality to your browser.

Qu'est-ce que FakeTag ?

FakeTag est une extension Chrome développée par https://genggoen.blogspot.com, et sa fonction principale est "This extension adds bookmark-tagging functionality to your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FakeTag

Téléchargez les fichiers d'extension FakeTag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom FakeTag FakeTag
ID ldiciehcpokgkkgjfggeeljealplbkoo
URL Officiel https://chromewebstore.google.com/detail/faketag/ldiciehcpokgkkgjfggeeljealplbkoo
Description This extension adds bookmark-tagging functionality to your browser.
Taille du Fichier 155 KB
Nombre d'Installations 46
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-06-06
Date de Publication 2019-07-27
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://genggoen.blogspot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://genggoen.blogspot.com/2019/06/faketag-userguide-toc.html
URL de la Page de Politique de Confidentialité https://genggoen.blogspot.com/2019/07/privacy-policy.html
Langues Prises en Charge 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"
}