Bookmark 301 Updater

Automatically update bookmarks for permanently moved resources, while browsing

Bookmark 301 Updater क्या है?

Bookmark 301 Updater fredden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically update bookmarks for permanently moved resources, while browsing"।

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

screenshot

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

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

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

                        Every time you visit a page which the server reports as permanently moved, this extension will search for bookmarks for to the old page, and update the URL for the new page.

All status codes other than 301 & 308 are ignored. This includes 200, 404, 403, 500, etc.

It's worth noting that HSTS (HTTP Strict Transport Security) upgrades aren't detected by the extension, as these don't generate a request to / response from the server. (They happen client side.)

The extension updates the URL only - no changes are made to tags, folders/directories, title, description, etc.                    

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

नाम Bookmark 301 Updater Bookmark 301 Updater
ID llmjpphjhkiglbpmfhpijfdjgmjlgcjo
आधिकारिक URL https://chromewebstore.google.com/detail/bookmark-301-updater/llmjpphjhkiglbpmfhpijfdjgmjlgcjo
विवरण Automatically update bookmarks for permanently moved resources, while browsing
फ़ाइल का आकार 14 KB
स्थापना संख्या 78
वर्तमान संस्करण 1.5
अंतिम अपडेट 2018-12-31
प्रकाशन तिथि 2018-12-31
डेवलपर fredden
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.5",
    "author": "Dan Wallis",
    "name": "Bookmark 301 Updater",
    "description": "Automatically update bookmarks for permanently moved resources, while browsing",
    "icons": {
        "16": "icons\/bookmark-16.png",
        "24": "icons\/bookmark-24.png",
        "32": "icons\/bookmark-32.png",
        "48": "icons\/bookmark-48.png",
        "96": "icons\/bookmark-96.png",
        "128": "icons\/bookmark-128.png",
        "256": "icons\/bookmark-256.png"
    },
    "permissions": [
        "bookmarks",
        "webRequest",
        "*:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}