Tweet Page

A button that lets you tweet the current page title and url.

ما هو Tweet Page؟

Tweet Page هو إضافة Chrome تم تطويرها بواسطة Stuart Knightley، والميزة الرئيسية لها هي "A button that lets you tweet the current page title and url.".

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

screenshot
screenshot

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

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

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

                        Adds a simple button to Chrome that when clicked sends the current tab's title and URL to twitter.com/share, where you can edit the tweet before posting.

No adware. Open source.                    

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

الاسم Tweet Page Tweet Page
ID eobpfipgbnimppmpmcladpjdgeobmbaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf
الوصف A button that lets you tweet the current page title and url.
حجم الملف 9.82 KB
عدد التثبيتات 288
النسخة الحالية 0.0.1
آخر تحديث 2014-01-20
تاريخ النشر 2014-01-20
تقييم 4.80/5 مجموع تقييمات 5
المطور Stuart Knightley
نوع الدفع free
موقع الإضافة https://github.com/Stuk/tweet-page-chrome-extension
عنوان صفحة المساعدة https://github.com/Stuk/tweet-page-chrome-extension/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet Page",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A button that lets you tweet the current page title and url.",
    "homepage_url": "https:\/\/github.com\/Stuk\/tweet-page-chrome-extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_tweetPage__"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}