Productive Twitter
Minimal and friendly theme for productive social sharing
Apa itu Productive Twitter?
Productive Twitter adalah ekstensi Chrome yang dikembangkan oleh sarah.drasner, dan fitur utamanya adalah "Minimal and friendly theme for productive social sharing".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Productive Twitter
Unduh file ekstensi Productive Twitter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Informasi Dasar Ekstensi
Nama | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
URL Resmi | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Deskripsi | Minimal and friendly theme for productive social sharing |
Ukuran File | 25.78 KB |
Jumlah Instalasi | 643 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2020-10-18 |
Tanggal Publikasi | 2019-07-20 |
Penilaian | 4.95/5 Total 37 Penilaian |
Pengembang | sarah.drasner |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sdras/productive-twitter |
URL Halaman Bantuan | https://github.com/sdras/productive-twitter/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productive Twitter", "version": "1.1.0", "description": "Minimal and friendly theme for productive social sharing", "short_name": "Productive Twitter", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "override.css" ], "js": [ "override.js" ] } ], "page_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } } } |