One Number

Check GMail, Google Reader, and Google Voice. Many sources, one number.

Τι είναι το One Number;

Το One Number είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://mzzt.net, και η κύρια λειτουργία του είναι "Check GMail, Google Reader, and Google Voice. Many sources, one number.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης One Number

Λήψη αρχείων επέκτασης One Number σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Now with 100% more github: https://github.com/The-MAZZTer/One-Number

1.5.6 Released:
- Added support for manifest_version 2.
- Removed Google Wave support.

Features:
- Check your favorite Google services (GMail, Reader, Voice, hopefully more coming).
- Only one toolbar button, shows you all you need to know.
- Notifications when something new pops up.
- Customization options and tweaks for every step of the process.
- A nice big "0" when you've read everything!

Coming eventually:

- Going to replace the service icons with some of this guy's work, if I can get permission: http://carlosjj.deviantart.com/
- Update the "nav bar" on the options page to match the current google.com style.
- More services (Twitter, Calendar, Docs, Buzz all being considered).
- A focus on unread items and greater interactivity with them from within One Number.

KNOWN BUGS (I'll fix them as soon as I can):
- Always appears to be logged out - Turn off the experiment to block third-party cookies from being read to fix this... it seems to not be compatible with google.com.
- People don't like the icon (I will probably add a selection ability for the icon as well as service icons.  But not in the next bug fix release, sorry.  I might do a 1.6 release before 2.0 with this in it though.  I may also redo the icon to fit with the Chrome default theme colors better.)
- People don't like Google Reader jumping to All Items (will add a toggle).
- Gmail previews may be malformed if they can be parsed as HTML (whoops).

Please report any other bugs to [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα One Number One Number
ID cfkohgkpafhkpdcnfadadcibfboapggi
Επίσημο URL https://chrome.google.com/webstore/detail/one-number/cfkohgkpafhkpdcnfadadcibfboapggi
Περιγραφή Check GMail, Google Reader, and Google Voice. Many sources, one number.
Μέγεθος Αρχείου 376 KB
Αριθμός Εγκαταστάσεων 7,409
Τρέχουσα Έκδοση 1.5.6.18
Τελευταία Ενημέρωση 2013-03-01
Ημερομηνία Δημοσίευσης 2013-03-01
Αξιολόγηση 4.70/5 Συνολικά 1730 Αξιολογήσεις
Προγραμματιστής http://mzzt.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/The-MAZZTer/One-Number
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/The-MAZZTer/One-Number
URL της Σελίδας Πολιτικής Απορρήτου http://www.mzzt.net/chromeextensionsprivacypolicy.html
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.5.6.18",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon\/16.png",
        "32": "images\/icon\/32.png",
        "48": "images\/icon\/48.png",
        "64": "images\/icon\/64.png",
        "128": "images\/icon\/128.png",
        "256": "images\/icon\/256.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_default_title__",
        "default_icon": "images\/browser_action\/logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/extend.js",
            "scripts\/quicksort.js",
            "scripts\/timer.js",
            "scripts\/settings.js",
            "scripts\/updater.js",
            "scripts\/services\/base.js",
            "scripts\/services\/gmail.js",
            "scripts\/services\/googlereader.js",
            "scripts\/services\/googlevoice.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/mail.google.com\/*",
        "https:\/\/mail.google.com\/*",
        "http:\/\/www.google.com\/reader\/*",
        "https:\/\/www.google.com\/reader\/*",
        "http:\/\/www.google.com\/voice\/*",
        "https:\/\/www.google.com\/voice\/*"
    ]
}