Tweet A Link

This extension allows you to share a link on twitter via one-click.

ما هو Tweet A Link؟

Tweet A Link هو إضافة Chrome تم تطويرها بواسطة JoeSaad.net of Amplios Labs، والميزة الرئيسية لها هي "This extension allows you to share a link on twitter via one-click.".

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

screenshot

تحميل ملف CRX للإضافة Tweet A Link

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

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

                        You find a link, you like it and want to tweet it to all your friends. No more you need to copy paste and go to twitter site to tweet it. This extension allows you to tweet the links/URLs you link on a click right away. 
You go to a site and you like it, you do not have to search for the twitter button inside it to tweet that site, this extension helps you all from one place to tweet all your pages right away.                    

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

الاسم Tweet A Link Tweet A Link
ID hbkmajenkjppmnonpnpnlblkpkbohnmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/tweet-a-link/hbkmajenkjppmnonpnpnlblkpkbohnmi
الوصف This extension allows you to share a link on twitter via one-click.
حجم الملف 33.77 KB
عدد التثبيتات 275
النسخة الحالية 1.0.2
آخر تحديث 2014-02-20
تاريخ النشر 2014-02-20
تقييم 4.95/5 مجموع تقييمات 20
المطور JoeSaad.net of Amplios Labs
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet A Link",
    "description": "This extension allows you to share a link on twitter via one-click.",
    "version": "1.0.2",
    "browser_action": {
        "default_title": "Tweet A Link",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "short_name": "TweetALink",
    "author": "Joe Saad of Amplios LLC",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/share",
        "tabs"
    ]
}