Pike

Use Pike to add private comments to the links you share with friends.

Pike क्या है?

Pike Pike द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Pike to add private comments to the links you share with friends."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Pike makes sharing links faster and enables you to add private comments to the contents of links before you share them with friends/colleagues or keep them for yourself.

Pike's use cases:

1. When you want to quickly draw the attention of a friend to a specific portion of web content.
2. When you want to add private comments to different sections of an article before sharing the link.
3. When you want to have discussions around certain portions of an article right in the article.
4. When you want to save a link but with personal notes on some portions of the contents of the link.
5. Think of any? Share with us.

To use Pike:

1. Highlight any piece of text
2. Right click on it (for pc users) or hold the control key whilst clicking on it (for mac users)
3. Choose 'Pike a friend' from the options and leave a comment for your friend by typing @ + your friend’s name and the message OR leave a comment for yourself by not mentioning anyone.

Pike is a helpful way to share links. Send us an email: [email protected] or check out http://pikeapp.com/support for any issues.                    

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

नाम Pike Pike
ID laeniddpnkhffoidjeddcbefopdomael
आधिकारिक URL https://chromewebstore.google.com/detail/pike/laeniddpnkhffoidjeddcbefopdomael
विवरण Use Pike to add private comments to the links you share with friends.
फ़ाइल का आकार 10.06 MB
स्थापना संख्या 34
वर्तमान संस्करण 0.3.8
अंतिम अपडेट 2015-09-11
प्रकाशन तिथि 2015-09-11
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Pike
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pikeapp.com
सहायता पृष्ठ URL http://pikeapp.com/support
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.3.8",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background\/index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Pike",
        "default_popup": "popover\/index.html"
    },
    "omnibox": {
        "keyword": "Pike"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "bower_components\/jquery-ui\/themes\/smoothness\/jquery-ui.min.css",
                "bower_components\/font-awesome\/css\/font-awesome.css",
                "bower_components\/annotator\/annotator.min.css",
                "customized_materialize\/main.css",
                "styles\/custom_annotate.css",
                "styles\/simple_tooltip.css",
                "styles\/main.css"
            ],
            "js": [
                "background\/config.controller\/index.js",
                "contentscript\/login.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/jquery-ui\/jquery-ui.min.js",
                "bower_components\/annotator\/annotator-full.min.js",
                "bower_components\/materialize\/dist\/js\/materialize.min.js",
                "bower_components\/moment\/min\/moment.min.js",
                "contentscript\/general\/simple_tooltip.js",
                "contentscript\/scroller\/index.js",
                "contentscript\/general\/modify_jquery.js",
                "contentscript\/prelims\/piker_factory.js",
                "contentscript\/prelims\/blacklist_page.js",
                "contentscript\/pike_content_menu\/add_pikes_to_page.js",
                "contentscript\/pike_content_menu\/menu_ui.js",
                "contentscript\/pike_content_menu\/index.js",
                "contentscript\/general\/suggest_friends.js",
                "contentscript\/annotator\/annotationInterceptor.js",
                "contentscript\/annotator\/adder.js",
                "contentscript\/annotator\/editor.js",
                "contentscript\/annotator\/viewer.js",
                "contentscript\/annotator\/index.js",
                "contentscript\/__main.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "web_accessible_resources": [
        "bower_components\/*",
        "bower_components\/angular\/*",
        "bower_components\/bootstrap\/*",
        "bower_components\/materialize\/*",
        "bower_components\/font-awesome\/fonts\/*.*",
        "contentscript\/login.js",
        "images\/fbk\/*.*",
        "images\/google_plus\/*.*",
        "images\/*.*",
        "images\/annotator\/*.*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}