Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Τι είναι το Coder Rants;
Το Coder Rants είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον N00B, και η κύρια λειτουργία του είναι "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Coder Rants
Λήψη αρχείων επέκτασης Coder Rants σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Coder Rant is an extension which helps you to get new rants whenever you open your newtab. Now don't get bored with the clumsy new tab anymore.Coder Rant is here to save you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
Επίσημο URL | https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe |
Περιγραφή | Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab |
Μέγεθος Αρχείου | 878 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 2.1 |
Τελευταία Ενημέρωση | 2018-09-10 |
Ημερομηνία Δημοσίευσης | 2018-09-10 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | N00B |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://soumyajitdutta.ml/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coder Rants", "description": "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab", "version": "2.1", "icons": { "16": "images\/code_80-512.png", "48": "images\/code_80-512.png", "128": "images\/code_80-512.png" }, "browser_action": { "default_icon": "images\/code_80-512.png", "default_popup": "landing.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "https:\/\/*\/devrant*", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |