Buttonless

Share with a click

Buttonless क्या है?

Buttonless https://buttonless.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share with a click"।

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

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

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

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

                        Do you ever feel hassled to share web content to your favourite social media platforms? Fear not! Introducing Buttonless: a browser extension which allows you to quickly share customized content with just a click. No more fiddling with those social buttons around the webpage. Go Buttonless now! 

KEEP BUTTONLESS GOING
Buttonless was designed to be free although there is still a long way to go with all the development and bug busting. If you have enjoyed using Buttonless don’t forget to tell your friends, rate ★★★★★ or make a donation of £1, £2, £5 or whatever you can afford in the link below. With your help, we can keep the extension development going and push it much further.

http://paypal.me/chendesigns/5


0.0.0.11 (14/04/16)

The past several weeks has been horrible for Buttonless. With our one and only developer decided to disappear, decreasing number of users...everything seems to be turning south. Here's a brief summary so far.

UPDATES
0 Developers on board
0 Donations since launch
0 Bugs fixed
0 People smiling right now

Nothing really special in 0.0.0.11 apart from the number. Yeah, we're doomed. But it's not the end...(or is it?) i'm joking it's not...(but am i?)...yes i confirm, this version is to show I haven't forgotten about all the existing Buttonless users.


FOLLOW US
Twitter
https://twitter.com/ButtonlessRocks

YouTube
https://www.youtube.com/channel/UCVku3VsakeQDQWuL-02Z2Kg

Facebook
https://www.facebook.com/Buttonless-226779497665156                    

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

नाम Buttonless Buttonless
ID mbpgpedohbkagifgfilmicgklianboei
आधिकारिक URL https://chromewebstore.google.com/detail/buttonless/mbpgpedohbkagifgfilmicgklianboei
विवरण Share with a click
फ़ाइल का आकार 52.71 KB
स्थापना संख्या 63
वर्तमान संस्करण 0.0.0.11
अंतिम अपडेट 2016-04-19
प्रकाशन तिथि 2016-04-18
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://buttonless.rocks
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://buttonless.rocks
सहायता पृष्ठ URL http://buttonless.rocks/faq
गोपनीयता नीति पृष्ठ URL http://www.stevenchen.uk
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "0.0.0.11",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com https:\/\/apis.google.com; img-src *; object-src 'self';",
    "web_accessible_resources": [
        "icons\/icon16.png",
        "\/images\/facebook.png",
        "\/images\/twitter.png",
        "\/images\/linkedin.png",
        "\/images\/googleplus.png",
        "\/images\/pinterest.png",
        "\/images\/addthis.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/share.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "minimum_chrome_version": "18",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        ""
    ]
}