Pinned History

Browse your surfed website history and pin your favorites via search phrases for easy access

Pinned History क्या है?

Pinned History KennyDaren.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse your surfed website history and pin your favorites via search phrases for easy access"।

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

screenshot
screenshot

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

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

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

                        Simply add your phrases for searching and quickly view your history.

Is it safe? Yes, it is. This extension only access your browser history for show in extension window, your history is safe and is NOT shared anywhere.

This extension is made as Open Source Software, anyone can see source code.                    

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

नाम Pinned History Pinned History
ID ifichafnngdnbgeingpbngicfahcijme
आधिकारिक URL https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme
विवरण Browse your surfed website history and pin your favorites via search phrases for easy access
फ़ाइल का आकार 19.36 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-06-02
प्रकाशन तिथि 2019-06-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर KennyDaren.me
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/KennyDaren/chrome-pinned-history
सहायता पृष्ठ URL https://github.com/KennyDaren/chrome-pinned-history
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinned History",
    "version": "1.0",
    "permissions": [
        "storage",
        "history"
    ],
    "description": "Browse your surfed website history and pin your favorites via search phrases for easy access",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}