Just Tweet Button

Just tweet browsing site, without any other features

ما هو Just Tweet Button؟

Just Tweet Button هو إضافة Chrome تم تطويرها بواسطة KaoriYa، والميزة الرئيسية لها هي "Just tweet browsing site, without any other features".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Just Tweet Button

قم بتنزيل ملفات الامتداد Just Tweet Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Very very very simple tweet button.  Just tweet current site title and URL.  No other features like the count.

You cat get whole source codes from here:
  https://github.com/koron/JustTweet

Changes in 1.1:

* Add "tabs" permission to work with new version of Chrome.
* Change prefix for page title as "»". (it will be configurable in future version)                    

معلومات أساسية عن التمديد

الاسم Just Tweet Button Just Tweet Button
ID feikojefkpembojkeegfajbbfecocddd
عنوان URL الرسمي https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd
الوصف Just tweet browsing site, without any other features
حجم الملف 10.92 KB
عدد التثبيتات 7,645
النسخة الحالية 1.1
آخر تحديث 2017-06-10
تاريخ النشر 2017-06-09
تقييم 4.40/5 مجموع تقييمات 42
المطور KaoriYa
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "__MSG_buttonTip__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}