Pigeon
The messenger pigeon for your favorite sources.
ما هو Pigeon؟
Pigeon هو إضافة Chrome تم تطويرها بواسطة ffstudios1، والميزة الرئيسية لها هي "The messenger pigeon for your favorite sources.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pigeon
قم بتنزيل ملفات الامتداد Pigeon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pigeon is the new way to get your news fix. Every new tab will present you with a gorgeous picture and a quote/headline from a source of your choosing. When something catches your eye, hit check it out and off and away! You are reading in on this sweet sweet article. Let Pigeon take your new tab game to the next level.
معلومات أساسية عن التمديد
الاسم | |
ID | ffmghjjkglnclocijfebfhciooaaklog |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog |
الوصف | The messenger pigeon for your favorite sources. |
حجم الملف | 15.8 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-12-21 |
تاريخ النشر | 2016-12-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | ffstudios1 |
نوع الدفع | free |
موقع الإضافة | https://dave4506.github.io/pigeon/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pigeon", "author": "Download Horizons", "description": "The messenger pigeon for your favorite sources.", "version": "1.1", "content_security_policy": "script-src 'self'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon.png" } } |